/* 公共样式 */
* {

    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

div {
    /* transition: all 0.2s ease; */

}

body,
html {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
}

img {
    border: none;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.15;

}

a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;

}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

p {
    font-size: 14px;
}

input {
    outline: none;
    border: none;
}

.box {
    width: 100%;
    margin: 0 auto;
}

/* 头部 */
.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 顶部文字 */
.header-text {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #efebeb;
}

.header-textmain {
    width: 1200px;
    margin: 0 auto;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.header-textmainzuo {}

.header-textmainyou {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-textmainyou div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 1rem;
}

.header-textmainyou div:last-child {
    margin-right: 0rem;
}

.header-textmainyou div img {
    width: 1.2rem;
    height: 1.2rem;
    padding-right: 0.2rem;
}

.header-textmainyou div h4 {
    color: #041f64;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

    font-family: Arial;
}

/* 顶部logo与导航栏 */
.header-top {
    width: 1200px;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;

}

.header-topimg {
    width: 25%;
   

}

.header-topimg img {
    width: 100%;
    
}

.header-nav {
    width: 71%;
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header_form{
    width: 20%;
}
.header_form>form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.header_form>form>input{
    width: 120px;
    height: 30px;
    text-indent: 10px;
}
.header_form>form>button{
    border: none;
    width: 55px;
    height: 30px;
    background: url(__CSS__/index/image/sousuo.png)no-repeat center;
    font-size: 12px;
    color: #fff;
    cursor:pointer;
    border-left: 1px solid #ccc;
    background-color: #e62129;

}

.header-navul {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-navul li {
    display: inline-block;
    font-size: 1rem;
    position: relative;
}

.header-navul li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 13.5px;
    color: #333;
    text-align: center;
    transition: all .5s ease;
}

.header-navul li:hover .headerjt {
    display: block;
}

.headerjt {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 90%;
    right: 40%;
}

.header-navul li:hover .nav2 {
    display: block;
}

.nav2 {
    z-index: 999;
    display: none;
    position: absolute;
    top: 140%;
    left: -10%;
    width: 120px;
    margin: 0 auto;
    line-height: 20px;
    border-radius: 8px;
    background-color: #041f64;
}

.nav2>div {}

.nav2>div>a {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.nav2>div:nth-child(1)>a:hover {
    border-radius: 8px 8px 0 0;
    background-color: #e62129;
    color: #ffff;
}

.nav2>div:last-child>a:hover {
    border-radius: 0 0 8px 8px;
    background-color: #e62129;
    color: #ffff;
}

.navclass {
    border-radius: 25px;
    background-color: #e62129;
    color: #fff !important;
}

.nav2>div>a:hover {

    background-color: #e62129;
    color: #ffff;
    border-bottom: 1px solid #e62129;
}

.navstyle {
    border-radius: 25px;
    background-color: #e62129;
    color: #fff !important;
}

.header-navul>li:hover .nav {
    border-radius: 25px;
    background-color: #e62129;
    transition: all .5s ease;
    color: #fff;
}

/* 头部轮播图 */
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 275px;
}

.banner>.swiper {
    width: 100%;
    height: 500px;
}

.banner>.header-swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner>.header-swiper .swiper-slide {
    width: 100% !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
background-size: cover 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
}

.swiper-pagination {
    bottom: 10% !important;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 10px !important;
    border-radius: 5px !important;

}

.swiper-pagination-bullet-active {
    background-color: #e62129 !important;
}

/* 头部关键词搜索 */
.banner-search {
    position: absolute;
    bottom: -10%;
    left: 10%;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background-color: rgba(249, 250, 250, 0.5);
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner-search>div:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner-search>div:nth-child(1) p {
    font-size: 15px;
    margin-left: 20px;
}

.banner-search>div:nth-child(1) p a:hover {

    color: #041f64;
}

.banner-search>div:nth-child(1) b {

    font-size: 15px;
    font-weight: bold;
    background: url(../image/rmtb.png)no-repeat left center;
    text-indent: 20px;
    color: #041f64;
    margin-left: 20px;
}

.banner-search>div:nth-child(2) {
    margin-right: 20px;
    border: 1px solid #cccccc;

}

.banner-search>div:nth-child(2)>form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.input2 {
    width: 190px;
    line-height: 36px;
    text-indent: 0.5em;
    border: none;
    color: #5C5B5B;
    background-color: #f5f4f4;
    background-color: transparent;
}

.button2 {
    width: 24px;
    height: 24px;
    margin: 5px;
    border: none;
    background: url(../image/go2.png)no-repeat center;

    cursor: pointer;
    background-color: transparent;
}

/* 主题内容 */
.main {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.mainone,
.maintwo,
.mainthree,
.mainfour,
.mainfive,
.mainsix,
.mainseven {
    margin-top: 65px;
}

.keinpo {
    padding: 50px 0;
}

.keinpo3 {
    text-align: center;
    font-size: 52px;
    height: 33px;
    color: #f5f5f5;
    font-weight: bold;
}

.keinpoffq {
    text-align: center;
    font-size: 52px;
    height: 33px;
    color: #f1f1f1;
    font-weight: bold;
}

.keinpo4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.keinpo5 {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 20px;
}

.keinpo5 ul {
    width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.keinpo5 li {
    width: 25%;
    display: inline-block;
}

.keinpo5 li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    border-radius: 4px;
    transition: 0.5s;

}

.keinpo5 li:last-child {
    border-right: none;
}

.hove-keinpo5>a {
    color: #fff;
    background: #041f64;
    border-radius: 25px !important;
}

.keinpo5 li a:hover {
    color: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    background: linear-gradient(to right, #041f64 0%, #041f64 100%);
    border-radius: 25px !important;
}

.keinpo7>ul>li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    transform: translateY(0px);
    transition: .5s;
}

.keinpo7>ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.keinpo8 {
    height: 370px;
    overflow: hidden;
    position: relative;
}

.keinpo8 img {
    width: 100%;
    height: 370px;
}

.keinpo81 {
    transform: scale(0.8);
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
}

.keinpo6 {
    margin-top: 60px;
}

.keinpo7>ul>li:hover .keinpo81 {
    opacity: 1;
    transform: scale(1);
}

.keinpo7>ul>li:hover {
    box-shadow: 1px 1px 10px #dddddd;
    transform: translateY(-10px);
}

.keinpo10 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    background: rgba(142, 142, 142, 0.57);
}

.keinpo10 a {
    color: #fff;
}

.keinpo11 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.keinpo9 {
    background: #f7f7f7;
    padding: 20px 10px 15px;
    position: relative;
    transition: .5s;
}

.keinpo12 a {
    display: block;
    width: 90px;
    height: 31px;
    background: #4373c0;
    color: #fff;
    margin: 15px auto;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    transition: .5s;
}

.keinpo7>ul>li:hover .keinpo9 {
    background: #4373c0;
}

.keinpo7>ul>li:hover .keinpo12 a {
    color: #4373c0;
    background: #fff;
}

.keinpo7>ul>li:hover .keinpo11 {
    color: #fff;
}

.keinpo7>ul>li:hover .keinpo10 a {
    color: #4373c0;
}

.keinpo13 a {
    display: block;
    width: 230px;
    height: 45px;
    color: #999;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    border: solid 1px #ddd;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.keinpo13 a:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0px;
    z-index: -1;
    background: #4373c0;
    display: block;
    content: '';
    transition: .5s;
    opacity: 0;

}

.keinpo13 a:hover:after {
    width: 100%;
    height: 45px;
    opacity: 1;

}

.keinpo13 a:hover {
    color: #fff;
}

.on2-inab4 {
    padding-top: 40px;
}

.on2-inab5 {
    float: left;
    width: 55%;
}

.on2-inab6 {
    float: right;
    width: 40%;
    text-align: right;
    height: 400px;
    padding-top: 112px;
    box-sizing: border-box;
    position: relative;
}

.on2-inab6 img {

    width: calc(100% - 70px);

    height: 275px;

    box-sizing: border-box;
    border-radius: 7px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    bottom: 15px;
    z-index: 22;
    /*transform: skewX(-10deg);*/
}

.on2-inab51 {
    font-size: 22.5px;
    margin-top: 10px;

    color: #565656;
    ;
    line-height: 45px;
}

.on2-inab51 h4 {
    font-weight: 500;
}

.on2-inab51 p {
    font-size: 1.125rem;
    color: rgb(230, 33, 41);
    ;
    text-transform: uppercase;
    font-family: Impact, BarlowCondensed;
}

.on2-inab52 {
    width: 120px;
    border-bottom: solid 2px #041f64;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.on2-inab53 {
    font-size: 14px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    color: #808080;
}

.on2-inab53 img {
    display: none;
}

.on2-inab54 {
    margin-top: 19px;
}

.on2-inab54>ul>li {
    float: left;
    width: 130px;
    height: 130px;
    border: solid 1px #dddddd;
    margin-right: 22px;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #fff;
    transform: translateY(0);
}

.on2-inab55 {
    width: 65px;
    height: 61px;
    display: block;
    text-align: center;
    /*background: #ffbb05;*/
    margin: 20px auto 0;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
}

.on2-inab56 {
    display: block;
    margin: 0 auto;
}

.on2-inab57 {
    display: none;
    margin: 0 auto;
}

.on2-inab58 {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    transition: .5s;
}

.on2-inab54>ul>li:hover {
    background: #041f64;
    background-size: 100% 100%;
    transform: translateY(-10px);
}

.on2-inab54>ul>li:hover .on2-inab56 {
    display: none;
}

.on2-inab54>ul>li:hover .on2-inab57 {
    display: block;
}

.on2-inab54>ul>li:hover .on2-inab58 {
    color: #fff;
}

.on2-inab7 {
    position: absolute;
    right: 101px;
    top: 25px;
    text-align: left;
    z-index: 20;
}

.on2-inab6:after {
    position: absolute;
    width: 261px;
    height: 400px;
    background: #041f64;
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
}

.on2-inab8 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    letter-spacing: 2px;
}

.on2-inab9 {

    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    letter-spacing: 1px;
}

.mainone {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mainone-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mainone-center {
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.mainone-center a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    border-radius: 50%;
    border: 1px solid #041f64;
}

.mainone-centerimg {
    width: 81px;
    height: 78px;

}



.mainone-center a div:nth-child(2) {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.mainone-center a div:nth-child(2) p:nth-child(1) {
    font-weight: 700;

}

.mainone-center a div:nth-child(2) p:nth-child(1):hover {
    color: #041f64;
}

.maintwo {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.maintwo-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.maintwo-title h1 {
    width: 100%;
    font-size: 30px;
    margin: auto;

    text-align: center;
    height: 50px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    background: url(../image/dabt_bj.png)no-repeat center bottom;
}

.maintwo-title h1 span {
    color: #e62129;
}

.maintwo-title p {
    width: 100%;
    margin: auto;
    margin-top: 7px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    letter-spacing: 2px;
}

.maintwo-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.maintwo-center {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-bottom: 30px;
}

.maintwo-center:hover {
    -moz-box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;
    box-shadow: 0px 0px 5px #dbdbdb;
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
}

.maintwo-center:hover .maintwo-centerimg img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.maintwo-center:hover .maintwo-centertext {
    background-color: #041f64;
    color: #FFF;
}

.maintwo-center:hover .maintwo-centertext p {

    background: url(../image/jia6.png) no-repeat right;
}


.maintwo-center a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.maintwo-centerimg {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.maintwo-centerimg img {
    width: 100%;
    height: 100%;
}

.maintwo-centertext {
    height: 50px;
    display: flex;
    flex-direction: column;

    width: 100%;
    background-color: #f1f1f1;
}

.maintwo-centertext p {
    line-height: 50px;
    padding-bottom: 8px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
    background: url(../image/jia5.png) no-repeat right;
}

.maintwo-but {
    margin-top: 50px;
    width: 100%;
    text-align: center;



}

.maintwo-but a {
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    width: 177.5px;
    line-height: 40px;
    background-color: #041f64;
    color: #fff;
}

.maintwo-but a:hover {
    background-color: #e62129;
}

.mainthree {
    height: 1200px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background: url(../image/1165f25ddfa48.jpg)no-repeat;
    background-attachment: fixed;
    position: relative;
    bottom: 0%;
    left: 0%;
    overflow: hidden;
}

.mainthree-main {
    width: 1300px;
    height: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    position: relative;
    top: 20%;
}

.mainthree-center {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.mainthree-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.mainthree-img a:hover {
    transform: rotate(360deg);

    transition: all .5s ease;
}

.mainthree-img {
    width: 100px;
    height: 100px;

}

.mainthree-img a img {
    width: 32px;
    height: 32px;


}

.mainthree-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.mainthree-text h4 {
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.mainthree-text p {
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.mainfour {
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mainfour-main {
    width: 1200px;
    margin: 0 auto;
}

.mainfour-center {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mainfour-img {
    width: 45%;
    height: 384px;
    position: relative;
}

.mainfour-img div {
    position: absolute;
    top: 30%;
    right: 1%;
}

.mainfour-img div h4 {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.mainfour-img div p {
    color: #fff;
    font-size: 14px;
}

.mainfour-img img {
    width: 100%;
    height: 100%;
}

.mainfour-text {
    width: 53%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mainfour-text1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mainfour-text1 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #041f64;
}

.mainfour-text1 p {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
}

.mainfour-text1 p span {
    color: #e62129;
}

.mainfour-texttwo {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
}

.mainfour-textbut {
    width: 100%;
    height: 21px;
    background: url(../image/jia3.png) no-repeat right;
}

.mainfour-textbut:hover {
    background: url(../image/jia4.png) no-repeat right;
}

.mainfour-textbut a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.mainfour-textthree {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mainfour-textthree1 {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #ddd;
}

.mainfour-textthree1 h4 {
    color: #e62129;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.mainfour-textthree1 h4 span {
    color: #535353;
    font-size: 14px;

}

.mainfour-textthree1 p {
    color: #535353;
    font-size: 14px;
    line-height: 30px;
}

.mainfour-centerswiper {
    width: 1200px;
    height: 232px;
    position: relative;
    margin: 30px auto;
}

.mainfour-centerswiper .swiper {
    width: 1100px;
    height: 100%;
}

.mainfour-centerswiper .swiper .swiper-slide {
    width: 260px;
    height: 202px;
}

.mainfour-centerswiper .swiper .swiper-slide div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
}

.mainfour-centerswiper .swiper .swiper-slide div a img {
    width: 100%;
    height: 178px;
    background-size: 100%;
}

.mainfour-centerswiper .swiper .swiper-slide div a p {
    width: 100%;
    height: 30%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.mainfour-centerswiper .swiper-button-prev {
    position: absolute;
    top: 40%;
    left: 0%;
}

.mainfour-centerswiper .swiper-button-next {
    position: absolute;
    top: 40%;
    right: 0%;
}

.mainfive {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    background-color: #f4f6f8;
}

.mainfive-title {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.sy_youshibt {
    width: 600px;

    height: 101px;
}

.sy_youshibtzuo {
    width: 200px;
    height: 60px;
    float: left;
    margin-top: 15px;
}

.sy_youshibtzuos {
    width: 200px;
    height: 30px;
    font-size: 30px;
    color: #333333;
    float: left;
    text-align: right;
    font-weight: bold;
}

.sy_youshibtzuos span {

    color: #e62129;
}

.sy_youshibtzuox {
    width: 200px;
    height: 30px;
    font-size: 23px;
    color: #041f64;
    float: left;
    background: url(../image/ys_x.png)no-repeat left center;
    text-indent: 50px;
    margin-top: 12px;
}

.sy_youshibtzuoc {
    width: 101px;
    height: 101px;
    float: left;
    background: url(../image/yuan.png)no-repeat left center;
    line-height: 101px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-left: 12px;
}

.sy_youshibty {
    width: 200px;
    height: 60px;
    float: left;
    margin-top: 15px;
    margin-left: 12px;
}

.sy_youshibtys {

    width: 180px;
    height: 25px;
    font-size: 18px;
    color: #041f64;
    float: left;
    background: url(../image/ys_x.png)no-repeat right center;
    margin-top: 12px;
    font-weight: bold;

}

.sy_youshibtyx {
    width: 220px;
    height: 25px;
    font-size: 18px;
    color: #333333;
    float: left;
    font-weight: bold;
}

.mainfive-main {
    width: 1200px;
    height: 670px;
    margin: 0 auto;
}


.sy_youshi_jsbox {
    width: 100%;

    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: url(../image/ystp.png)no-repeat center;

}

.sy_youshi_wz2 {
    float: left;
    width: 380px;
    height: 570px;
}

.sy_youshi_wzs2 {
    float: left;
    margin-bottom: 20px;
    margin-top: 35px;

}

.sy_youshi_wzs02 {
    float: left;
    margin-bottom: 20px;
    margin-top: 65px;
}

.sy_youshi_wzs03 {
    float: left;
    margin-bottom: 20px;
    margin-top: 65px;
}

.sy_youshi_wzsz2 {
    float: left;
    width: 41px;
    height: 41px;
    background: url(../image/xyuan.png)center top no-repeat;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.sy_youshi_wzsy2 {
    float: left;
    width: 299px;
    margin-left: 20px;
}

.sy_youshi_wzsybt2 {
    float: left;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 299px;
    margin-top: 5px;
    background: url(../image/ys_x.png)left bottom no-repeat;
}

.sy_youshi_wzsybt2 span {
    color: #e62129;
}

.sy_youshi_wzsyjs2 {
    float: left;
    width: 299px;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 24px;
}

.sy_youshi_wzsyjs02 {
    float: left;
    width: 240px;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 24px;
}

.sy_youshi_wzsy03 {
    float: left;
    width: 310px;
    margin-left: 20px;
}

.sy_youshi_wzsybt03 {
    float: left;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 310px;
    margin-top: 5px;
    background: url(../image/ys_x.png)left bottom no-repeat;
}

.sy_youshi_wzsybt03 span {
    color: #e62129;
}

.sy_youshi_wzsyjs03 {
    float: left;
    width: 310px;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 24px;
}



.sy_youshi_wzy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 380px;
    height: 570px;
}

.sy_youshi_wzys {
    float: left;
    margin-bottom: 20px;
    margin-top: 35px;
}

.sy_youshi_wzys05 {
    float: left;
    margin-bottom: 20px;
    margin-top: 65px;
}

.sy_youshi_wzysz {
    float: right;
    width: 41px;
    height: 41px;
    background: url(../image/xyuan.png)center top no-repeat;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.sy_youshi_wzysy {
    float: left;
    width: 299px;

}

.sy_youshi_wzysybt {
    float: left;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 299px;
    margin-top: 5px;
    text-align: right;
    background: url(../image/ys_x.png)right bottom no-repeat;
}

.sy_youshi_wzysybt span {
    color: #e62129;
}

.sy_youshi_wzyjs {
    float: left;
    width: 299px;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 24px;
}

.sy_youshi_wzyjs05 {
    float: right;
    width: 260px;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 24px;
}

.sy_youshi_wzys06 {
    float: left;
    margin-bottom: 20px;
    margin-top: 65px;
}

.sy_youshi_wzysybt1 {
    float: left;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    width: 299px;
    margin-top: 15px;
    text-align: right;
}

.sy_youshi_wzysybt2 {
    float: left;
    height: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #e62129;
    width: 299px;
    margin-top: 1px;
    text-align: right;
}

.sy_youshi_wzysybt3 a {
    float: right;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 199px;
    margin-top: 1px;
    background-color: #e62129;
    text-align: center;
    margin-top: 26px;
    border-radius: 12px;

}

.mainsix {}

.mainsix-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.mainsix-center,
.mainsix-center1,
.mainsix-center2 {
    width: 32%;
    display: flex;
    flex-direction: column;

}

.mainsix-title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #ddd;
    background: url(../image/new_xian.png)no-repeat left bottom;
}

.mainsix-title h2 {
    color: #000;
    font-size: 24px;
    line-height: 30px;

}

.mainsix-title h2 span {
    font-weight: bold;
    color: #041f64;
    font-size: 12px;
}

.mainsix-title a {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../image/jia.png);
}

.mainsix-title a:hover {
    background: url(../image/jia4.png);
}

.mainsix-bktp {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1PX solid #ddd;
}

.bktpimg {
    width: 148px;
    height: 148px;
}

.bktpimg img {
    width: 100%;
    height: 100%;
}

.bktptext {
    width: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    padding: 12px 5px;
}

.bktptext h4 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bktptext p {


    color: #595959;
    font-size: 12px;
    line-height: 22px;
}

.bktptext .bktpbut {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.bktpbut a {
    width: 30%;
    color: #FFF;
    margin-right: 20px;
    font-size: 10px;
    line-height: 20px;
    margin-top: 10px;
    background-color: #123389;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    display: inline-block;
}

.bktpbut:hover a {
    color: #FFF;
    background-color: #e62129;
}

.mainsix-bktjlb {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed#ddd;
}

.mainsix-bktjlb ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    background: url(../image/newdian.png)no-repeat left center;
    text-indent: 13px;
    border-bottom: 1px dashed #ddd;
}

.sj {
    line-height: 50px;
    color: #999999;
    font-size: 12px;
}

.mainsix-bktjlb ul li a {
    color: #595959;
}

.mainsix-bktjlb ul li a:hover {
    color: #123389;
}

.mainsix-qalb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.mainsix-qalb ul li {
    width: 100%;

    line-height: 48px;
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
}

.qalb_bt {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: url(../image/wen.png)no-repeat left center;
    font-size: 14px;
    text-indent: 30px;
    font-weight: bold;
}

.qalb_js {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: url(../image/da.png)no-repeat left 4px;
    font-size: 14px;
    color: #595959;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 18px;

}

.qalb ul li a {
    color: #333333;
}

.qalb ul li a:hover {
    color: #041f64;
}

.mainseven {
    margin-top: 0px;
    margin-bottom: 30px;
}

.mainseven-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainseven-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainseven-title h4 {
    line-height: 60px;
    color: #061232;
    font-size: 24px;
    font-family: 'Rosenrot';
}

.mainseven-title span {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    font-family: 'Microsoft Yahei';
}

.mainseven-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainseven-center a {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.mainseven-center a:hover {
    color: #153994;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.foot {
    width: 100%;
    background-color: #141414;
    margin: 0 auto;
}

.foot_z {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.foot_logo {
    float: left;
    width: 190px;
    margin-top: 20px;
}

.foot_logotp {
    background-image: url(../image/logo_x.png);
    float: left;
    width: 148px;
    height: 66px;
}

.foot_logowz {
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

}

.foot_logo a {

    color: #565656;
}

.foot_logo a:hover {

    color: #565656;
}


.foot_about {
    width: 20%;
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    margin-top: 20px;

}

.foot_aboutZ {
    width: 20%;
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    margin-top: 20px;
}

.foot_about_dh {
    width: 100%;
    background: url(../image/di_dh.png)no-repeat left center;
    color: #e62129;
    text-indent: 40px;
    font-size: 24px;
    font-family: Impact;
    margin-top: 30px;

}

.foot_about_dh p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 3px;
}

.foot_about_zx {
    width: 120px;
    line-height: 34px;
    float: left;
    color: #fff;
    text-indent: 40px;
    font-size: 14px;
    margin-top: 30px;

    background: url(../image/ren.png)no-repeat 15px center;
    background-color: #e62129;
}



.foot_about_bt {
    width: 100%;

    height: 45px;
    background: url(../image/di_xian.png)no-repeat left bottom;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.foot_about_lb {
    width: 100%;


    margin-top: 15px;
}

.foot_about_lb ul li {
    width: 100%;

    height: 25px;
    line-height: 25px;
    font-size: 14px;

    margin-bottom: 5px;

}

.foot_about_lb ul li a {
    color: #959bac;

}

.foot_about_lb ul li a:hover {
    color: #FFFFFF;
}

.foot_lx {
    width: 490px;
    float: left;
    height: 158px;
    margin-top: 20px;
    margin-left: 20px;
}

.foot_lx_dh {
    width: 490px;
    float: left;
    text-align: center;
    color: #ff9d2b;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
}

.foot_lx_rx {
    width: 210px;
    float: left;
    line-height: 45px;
    border: 1px solid #ff9d2b;
    color: #ff9d2b;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-left: 135px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.foot_lx_dz {
    width: 490px;
    float: left;
    height: 25px;
    line-height: 25px;
    color: #7d7d7d;
    font-size: 14px;
    text-align: center;
}

.foot_xian {
    width: 1px;
    height: 158px;
    float: left;
    background-image: url(../image/foot_xian.png);
    background-repeat: no-repeat;
    margin-top: 22px;
}

.foot_erweima {
    width: 11%;
    display: flex;
    flex-direction: column;
    height: 200px;
    margin-top: 70px;

}

.foot_erweima_tp {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
}

.foot_erweima_bt {
    width: 100%;

    line-height: 33px;
    text-align: center;
    color: #666666;
}


.foot_lx2 {
    width: 40%;
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    height: 220px;
    margin-top: 20px;


}

.foot_lx_tel {
    width: 100%;

    height: 30px;
    line-height: 25px;
    color: #9c9c9c;
    font-size: 14px;
    margin-top: 30px;

}

.foot_lx_te2 {
    width: 100%;

    height: 30px;
    line-height: 25px;
    color: #9c9c9c;
    font-size: 14px;

}

.foot_lx_te3 {
    width: 100%;

    height: 30px;
    line-height: 20px;
    color: #9c9c9c;
    font-size: 14px;
}

.foot_lx_te4 {
    width: 100%;

    height: 30px;
    line-height: 30px;
    color: #9c9c9c;
    font-size: 14px;
}

.foot_x {
    height: 55px;
    width: 100%;
    background-color: #000000;
}

.foot_x_z {
    width: 1200px;
    height: 55px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.foot_xz {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #7d7d7d;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.foot_xz a {
    color: #7d7d7d;
}

.foot_xz a:hover {
    text-decoration: underline;
}

.foot_xz span {
    height: 55px;
    line-height: 55px;
    color: #7d7d7d;
    font-size: 14px;

}

/* 产品中心 */
.main-cpzx {
    width: 1200px;
    margin: 0 auto;
   
}
.cpfy{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:30px;
}
.cpfy>div{

}
.cpfy>div>a{
  font-weight: 700;
  font-size: 16px;

}
.cpfy>div>a>span{
  color: #ccc;
}
.main-mbx {
    width: 97%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    color: #041f64;
    font-size: 16px;
    font-weight: bold;
}

.wz_y {
    font-size: 14px;
    color: #595959;
    font-weight: normal;
}

.cpzx-center {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.cpzx-left {
    width: 22%;

    display: flex;
    flex-direction: column;
    /*   border-bottom: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
    border-left: 3px solid #f1f1f1; */
    margin-bottom: 50px;
}

.cpzx-lefttop {
    width: 100%;
    height: 80px;
    background-color: #041f64;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cpzx-lefttop>div {
    margin-top: 30px;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cpzx-lefttop>div>h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.cpzx-leftbottom {
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.cpzx-leftbottom-title {
    width: 100%;
    line-height: 90px;
    color: #041f64;
    font-weight: bold;
    font-size: 18px;
    background: url(../image/cpfltb.png)no-repeat 22px center;
    background-color: #fff;
    text-indent: 50px;
}

.cpzx-leftbottom-title>span {
    font-weight: normal;
    font-size: 12px;
}

.cpzx-leftbottom-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cpzx-leftbottom-center ul {
    width: 100%;
}

.cpzx-leftbottom-center ul li {
    width: 95%;
    margin: 0 auto;

    line-height: 60px;
    font-size: 16px;
    text-indent: 45px;
    margin-bottom: 8px;
}

.shop_bei1 {
    width: 100%;
    margin: 0 auto;
    color: #595959;

    background-color: #f1f1f1;
}

.shop_bei2 {
    color: #ffffff;

    background: url(../image/jt.png)no-repeat center;
}

.cpzx-leftdh {
    width: 95%;
    display: flex;
    flex-direction: column;
    height: 80px;
    background-color: #041f64;
    margin-top: 10px;
    margin-bottom: 8px;
}

.cpzx-leftdhmain {
    width: 100%;
    height: 57px;
    background-image: url(../image/sydh.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    margin-top: 15px;
    margin-left: 25px;

}

.ny_p11 {

    font-size: 14px;
    color: #fff;
    text-indent: 70px;
    line-height: 20px;
    margin-top: 5px;
}

.ny_p22 {

    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-indent: 60px;
    font-style: italic;
}

.cpzx-right {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.cpzx-rightone {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cpzx-righttext {
    color: #595959;
    margin-bottom: 10px;
    line-height: 20px;
}

.yyzs-text {
    padding: 10px 0;
}

.cpzx-right-center:hover .yyzs-text {
    color: #e62129;
}

.cpzx-rightmain {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cpzx-right-center {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
}

.cpzx-right-center:hover {
    -moz-box-shadow: 0px 0px 5px #dbdbdb;
    -webkit-box-shadow: 0px 0px 5px #dbdbdb;
    box-shadow: 0px 0px 5px #dbdbdb;
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
}

.cpzx-right-center:hover .maintwo-centerimg img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.cpzx-right-center:hover .maintwo-centertext {
    background-color: #041f64;
    color: #FFF;
}

.cpzx-right-center:hover .maintwo-centertext p {

    background: url(../image/jia6.png) no-repeat right;
}


.cpzx-right-center a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.thisclass {
    background-color: #e62129;
    color: #fff;
    padding: 9px 15px !important;
}

.gywm-center h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

select {
    border: none;
}

.new_page {

    width: 100%;

    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.new_page a {
    color: #404040;
    padding: 0px 5px;

}

.new_page a:hover {
    color: #C00;

}

.new_page ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.new_page ul li {
    display: inline;
    padding: 8px 10px;
    border: 1px solid #ccc;
}

.news-center {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-left {
    width: 22%;
}

.news-left1 {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.ny-cp-zuobt {
    border-radius: 8px 8px 0 0;
    height: 80px;
    background-color: #041f64;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ny_lb {
    width: 100%;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #eeeeee;
}



a.hou {
    color: #fff !important;
    text-decoration: none;
    display: block;
    font-size: 16px;
    background-color: #e62129;
}

a.hou:visited {
    color: #fff !important;
    font-size: 16px;
    display: block;
    text-decoration: none;
    background-color: #e62129;
}

.ny_lb ul li {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
}

.lb_bei1 {
    color: #595959;
}

.lb_bei2 {

    margin: 0 auto;
    color: #ffffff !important;
    background: url(../image/jt.png)#e62129 no-repeat 95%;
    background-color: #e62129;
    margin: 0 auto;

}

.ny_lx {
    background-color: rgb(238, 238, 238);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.ny_lx ul li {
    width: 100%;
    padding: 5px 0 5px 0px;
}

.lx_tb,
.lx_tb1,
.lx_tb2,
.lx_tb3,
.lx_tb4 {
    border-bottom: dashed 1px #eaeaea;

    background-position: 6px 6px;
}

.lx_bt {
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
    text-align: left;

    color: #787878;
}

.news-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.newsmain-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: dashed 1px #e9d5c1;
    margin-bottom: 20px;
}

.newsmain-center-title {
    width: 100%;
    line-height: 25px;
    background: url(../image/newtit.png)no-repeat left center;
    text-indent: 30px;
}

.newsmain-center-title h4 a {
    color: #041f64;
    font-size: 16px;
    font-weight: bold;
}

.newsmain-center-title h4 a:hover {
    color: #e62129;
}

.newsmain-center-text {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 24px;
}

.newsmain-center-time {
    width: 100%;
    text-align: right;
    margin: 5px 0 5px 0;
    font-size: 15px;
    color: #ccc;
}

.gywm-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gywm-center {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gywm-center p {
    line-height: 25px;

}

.gywm-centerimg {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gywm-centerimg img {
    width: 100%;

}

.lxwm-left {
    width: 30%;
    display: flex;
    flex-direction: column;

}

.lxwm-right {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.xhgzform {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.xhgzform>form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-group {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.form-group label {
    width: 30%;
    font-size: 16px;
    color: #333;
}

.form-group input {
    width: 80%;
    height: 40px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 3px;
    text-indent: 1em;
}

.form-textarea {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

}

.form-textarea label {
    width: 14%;
    font-size: 16px;
    color: #333;
}

.form-textarea>textarea {
    border: none;
    width: 100%;
    resize: none;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 3px;
    text-indent: 1em;
    line-height: 25px;
}

.xhgzformbut {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.xhgzformbut>button {
    margin-top: 50px;
    width: 220px;
    height: 40px;
    border: none;
    background-color: #e62129;
    color: #fff;
    border-radius: 5px;
}


/* 人才招聘 */
.rczp {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.contentOne {
    width: 436px;
    height: 236px;
    background-color: rgba(249, 250, 250, 1);

    margin-bottom: 41px;
    margin-right: 20px;
    /* padding-left: 16px; */
}

.contentOne:hover {
    background-color: #fff;
}

.jobTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    height: 71px;

    padding-right: 22px;
}

.jobTitle>p:nth-child(1) {
    font-size: 22px;
    color: #333;
    border-left: 4px solid rgba(25, 76, 127, 1);
    padding-left: 34px;
}

.jobTitle>p:nth-child(1)>a:hover {
    color: #0320ae;
}

.jobTitle>p:nth-child(2) {
    font-size: 16;
    color: #aaa;
}

.jobCot {
    width: 323px;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.jobCot>div {
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jobCot>div:nth-child(1)>p:nth-child(1) {
    display: flex;
    flex-direction: column;
}

/* 解决方案 */
.jjfa {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0px 0px 1px #ccc;
    transition: all 2s ease;
    margin-bottom: 20px;
}

.jjfa:hover {
    box-shadow: 5px 5px 16px #ccc;

    transition: all 2s ease;
}

.jjfaimg {
    width: 30%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;


}

.jjfa:hover .jjfaimg img {
    transform: scale(1.15);

    transition: all 2s ease;
}

.jjfaimg img {
    width: 92%;
    height: 90%;
    transition: all 2s ease;
}

.jjfacenter {
    margin: 10px;
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.jjfacenter h4 {
    margin-bottom: 20px;
}

.jjfacenter h4 a {
    color: #333;
    font-size: 18px;
    transition: all 2s ease;
}

.jjfa :hover a {
    color: #e62129;
    transition: all 2s ease;
}

.jjfacenter p {
    font-size: 14px;
    line-height: 25px;
}

/* 详情页 */
.zxzx {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.zxzx-title {
    width: 100%;
    background-color: #041f64;

}

.zxzx-title h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.zxzx>ul {
    border: 1px solid #ddd;
}

.zxzx>ul>li {
    line-height: 35px;
    height: 35px;
    background: url(../image/newlist.png)no-repeat 10px center;
    text-indent: 23px;
    overflow: hidden;
}

.tjcp {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.tjcp>ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tjcp>ul>a>li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ny_cplike_tp {
    width: 137px;
    height: 137px;
}

.ny_cplike_tp img {
    width: 100%;
    height: 100%;
}

.tp_big {
    width: 340px;
    border: solid 1px #8096cd;
}

.cp_lxbox {
    float: left;
    font-size: 16px;
    margin-right: 16px;
    color: #fff;
    width: 120px;
    line-height: 40px;
    background-color: #e62129;
    border-radius: 30px;
    text-align: center;
    background-position: 29px 8px;
    font-weight: bold;
}

.cp_lxbox1 {
    float: left;
    font-size: 16px;
    margin-left: 5px;
    color: #fff;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #041f64;
    border-radius: 30px;
    background-image: url(../image/tel.png);
    background-repeat: no-repeat;
    text-indent: 40px;
    background-position: 12px 6px;
    font-weight: bold;
}

.cp_pdf {
    float: right;
    font-size: 16px;
    color: #000;
    width: 120px;
    line-height: 36px;
    border-radius: 30px;
    text-align: center;
    background-position: 29px 8px;
    font-weight: bold;
    border: 1px solid #7e0912;
}

.cp_fx {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.red_2 {
    width: 460px;
    margin-top: 30px;
    line-height: 25px;
    font-size: 14px;
}

.cp_lx {
    width: 450px;
    height: 38px;
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.ny_cplike_tit {
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.ny_cp_xx {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ny_cp_s {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
}

.ny_xxnr {
    margin-top: 20px;
}

.ny_xxnr_bt {

    width: 900px;
    height: 35px;
    line-height: 32px;
    text-indent: 28px;
    color: #041f64;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    background: url(../image/xx_tb.png)no-repeat left center;
}

.ny_cp_y {
    margin-left: 20px;
    width: 80%;
}

.cp_name h1 {
    font-size: 20px;
    font-weight: 500;
}

/* 新闻详情页 */
.news-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.news-title h1 {}

.news-title>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-title>div>p {
    font-size: 16px;
    color: #ccc;
    margin: 10px;
}

.news-mainxiangqing {
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 20px;
    overflow: hidden;
}
.news-mainxiangqing img{
    width: 100%;
    object-fit: contain;
}

.zcgs2-left {
    width: 868px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0;

    border-bottom: none;
}

.zcgs2-left1 {
    background: #f2f2f2;
    width: 868px;
    height: 41px;

}

.zcgs2-left1 ul {
    display: flex;
    flex-direction: row;

}

.zcgs2-left1 ul li {
    width: 118px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    margin: 0;
    text-align: center;
    padding-left: 40px;
    border-right: 1px solid #d8d7d7;
}

.li {

    border-top: 2px solid #22b0eb;
    position: relative;
    top: 0px;
    height: 40px;
    color: #22b0eb;
    background: #fff;
}

.zcgs2-left2-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.zcgs2-left2 {
    width: 100%;
}

.cpzxxiangqing {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.cpzxxiangqing img {
    width: 100%;
}

body {
    margin: 0;
    font: 13px/1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";

}

.lxwmdneir {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.lxwmdneir p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.my-map {

    width: 65%;
    height: 400px;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}

.phoneHeader,
.aoniu_nav {
    display: none;
}

@media (max-width:640px) {

    .header,
    .footer,
    .mainfive,
    .on2-inab6,
    .mainseven {
        display: none;
    }

    .cpfy {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 30px;
    }
    .banner>.swiper {
        height: 350px;
    }

    .mainthree-main {
        width: 100%;
    }

    .maintwo-main,
    .keinpo5 ul,
    .mainfour-main,
    .mainfive-main,
    .mainsix-main,
    .mainseven-main {
        width: 95%;
    }

    .phoneHeader {
        display: block;
    }

    .sy_youshi_jsbox {
        flex-direction: column;
    }

    .keinpo5 ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .keinpo5 li {
        width: 23%;
    }

    .keinpo5 li a {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .mainsix-title {
        margin-top: 10px;
    }

    .maintwo-center {
        width: 48%;
    }

    .maintwo-centerimg {
        height: 150px;
    }

    .mainthree {
        height: 460px;
    }

    .mainthree-center {
        width: 50%;
        margin: 0;
        margin-bottom: 30px;
    }

    .on2-inab4 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .on2-inab5,
    .on2-inab6 {
        width: 100%;
    }

    .on2-inab54 ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .on2-inab54 ul li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mainsix-main {
        flex-direction: column;
    }

    .mainsix-center,
    .mainsix-center1,
    .mainsix-center2 {
        width: 100%;
    }

    .qalb_js {
        width: 90%;
    }

    .news-left .news-left1:nth-child(2) {
        display: none;
    }

    .news-center {
        flex-direction: column;

        margin: 0 auto;
    }

    .main-cpzx {
        width: 95%;
        margin: 0 auto;
    }

    .news-left,
    .news-left1 {
        width: 100%;
        margin: 0 auto;
    }

    .main-mbx {
        width: 94%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cpzx-right {
        width: 100%;
    }

    .cpzx-right img {
        width: 100%;
    }

    .cpzx-center {
        flex-direction: column;
    }

    .cpzx-rightmain {
        justify-content: space-between;
    }

    .cpzx-right-center {
        width: 48%;
        margin-right: 0;
    }

    .ny_lb ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .ny_lb ul a {
        display: inline-block;
        width: 32%;
    }

    .ny_lb ul a li {
        width: 100%;
    }

    .jjfaimg {
        width: 45%;
    }

    .jjfacenter {
        height: 140px;
        overflow: hidden;
    }

    .newsmain-center-title h4 {
        height: 20px;
        width: 100%;
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsmain-center-title h4 a {
        text-overflow: ellipsis;
    }

    .news-title h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .news-title>div>p {
        font-size: 14px;
    }

    .xhgzform>form {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
        flex-direction: column;
    }

    .form-group label {
        width: 100%;
    }

    .form-group input {
        width: 100%;
    }

    .form-textarea {
        flex-direction: column;
    }

    .form-textarea label {
        width: 100%;
    }

    .lxwm-right {
        width: 100%;
    }

    .my-map {
        width: 100%;
    }

    .new_page {
        width: 100%;
        margin: 0 auto;

    }

    .pagination {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ny_cp_s {
        flex-direction: column;
     
    }

    .zcgs2-left {
        width: 100%;
    }

    .zcgs2-left1 {
        width: 100%;
    }

    .cp_lxbox1 {
        margin: 10px 0;
    }

    .red_2 {
        width: 100%;
    }

    .ny_cp_y {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .cp_sm {
        width: 100%;
    }

    .cp_lx {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .phoneHeader {
        width: 100vw;
        height: 60px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        position: fixed;
        top: 0px;
        z-index: 999;
    }

    .phoneHeader>div:nth-child(1) {
        width: 50vw;
        height: 38px;
        margin-left: 20px;
    }

    .phoneHeader>div:nth-child(1)>img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .btnfm {
        width: 50vw;
        padding-right: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .btnfm>p {
        touch-action: none;
        width: 34px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .btnfm>p>span {
        text-align: right;
        display: block;
        height: 4px;
        width: 30px;
        background-color: black;
    }


    .foldingMenu {
        position: absolute;
        top: 60px;
        height: calc(100vh);
        background-color: #f2f2f2;
        overflow: hidden;
        width: 0px;
        bottom: 0;
        z-index: 666;
    }

    .foldingMenu ul {
        padding-left: 10px;
    }

    .foldingMenu ul li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid rgb(0 0 0 / 5%);

    }

    .foldingMenu ul li>ul {
        display: none;
        height: 200px;
    }

    .foldingMenu ul li:active>ul {
        display: block;
        height: 200px;
    }

    .foldingMenu ul li>a {
        font-size: 14px;
        color: #212529;
    }

    .aoniu_nav {
        width: 100%;
        margin: auto;
        display: block;

    }

    .aoniu_nav>ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        background-color: #bf001a;
    }

    .aoniu_nav>ul>li {
        width: 100px;
        border-right: 1px solid #ccc;
        background-color: #bf001a;
    }

    .aoniu_nav>ul>li>a {
        color: #ffffff;
        height: 55px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }

    .aoniu_nav>ul>li>a>img {
        width: 24px;
        height: 24px;
    }

}